SearchContent

interface SearchContent

A searchable item. It can provide a name, an optional description, and whether it should be skipped in the current search.

Author

fzzyhmstrs

Since

0.6.0, removed texts 0.7.0

Inheritors

Properties

Link copied to clipboard

Search content parsed and checked by the Searcher

Link copied to clipboard
abstract val skip: Boolean

Whether the search should exclude this content from search results. This is active state, so can change between true and false as needed.